ga.core.individual
Interface IFitness

All Known Subinterfaces:
IAgeIndividual<T>, IClusterableIndividual<T>, IIndividual<T>, IIntervalFitness
All Known Implementing Classes:
FurnLayoutIndividual, IndividualComparator.TestInterval, SimpleObjectIndividual

public interface IFitness

Interface for the fitness.

Since:
11.08.2012
Author:
Stephan Dreyer

Field Summary
static double UNEVALUATED
           
 
Method Summary
 double getFitness()
          Getter for the fitness of the individual.
 void setFitness(double fitness)
          Setter for the fitness of the individual.
 

Field Detail

UNEVALUATED

static final double UNEVALUATED
See Also:
Constant Field Values
Method Detail

setFitness

void setFitness(double fitness)
Setter for the fitness of the individual.

Parameters:
fitness - The fitness.
Since:
11.08.2012

getFitness

double getFitness()
Getter for the fitness of the individual.

Returns:
The fitness.
Since:
11.08.2012